2007-05-30 Chris Wilson <chris@chris-wilson.co.uk>
* io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
Supply the current GError for fatal_error_handler(). (#441443)
svn path=/trunk/; revision=17989
+2007-05-30 Chris Wilson <chris@chris-wilson.co.uk>
+
+ * io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
+ Supply the current GError for fatal_error_handler(). (#441443)
+
2007-05-24 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.0 ===
g_object_unref (context->pixbuf);
/* if we have an error? */
+ context->jerr.error = error;
if (sigsetjmp (context->jerr.setjmp_buffer, 1)) {
retval = FALSE;
} else {